Class symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel

public class ValidSourceColumnImplEditorPanel
extends JPanel
Class which does all the work for setting sourceColumns property in ValidationAdapter

Version:
1.0 07/24/98
Author:
Puru Balakrishnan

Variable Index

 o actLis
 o browseButton
 o currDataSourceType
 o currDataSourceVisualObj
 o dataSourceNameComboBox
 o dataSourceNameLabel
 o dataSourceTypeComboBox
 o dataSourceTypeLabel
 o dataTypeField
 o dataTypeLabel
 o derivColObjs
 o height
 o inputComboBox
 o inputLabel
 o instrLabel
 o lhsColDataTypeHash
 o objFinder
 o outerDim
 o paramDataHash
 o propEditor
 o queryNavModelsHash
 o queryNavObjs
 o sourceColPanel
 o sqlBeanModelsHash
 o sqlBeanObjs
 o validColObjs
 o visualObj
 o width

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel()
Default constructor
 o symantec.itools.db.beans.brl.adapter.editors.ValidSourceColumnImplEditorPanel(PropertyEditor, int, int)
Constructor with PropertyEditor passed in

Method Index

 o getCurrentValue()
Get the current selected row
 o setOuterDim(Dimension)
 o setVisualObject(VisualObject)
 o showInputColInfo(CompColInputMember)
Method to show selected input col name

Variables

 o actLis
protected java.awt.event.ActionListener actLis
 o browseButton
protected com.sun.java.swing.JButton browseButton
 o currDataSourceType
protected int currDataSourceType
 o currDataSourceVisualObj
protected com.symantec.itools.vcafe.openapi.VisualObject currDataSourceVisualObj
 o dataSourceNameComboBox
protected com.sun.java.swing.JComboBox dataSourceNameComboBox
 o dataSourceNameLabel
protected com.sun.java.swing.JLabel dataSourceNameLabel
 o dataSourceTypeComboBox
protected com.sun.java.swing.JComboBox dataSourceTypeComboBox
 o dataSourceTypeLabel
protected com.sun.java.swing.JLabel dataSourceTypeLabel
 o dataTypeField
protected com.sun.java.swing.JTextField dataTypeField
 o dataTypeLabel
protected com.sun.java.swing.JLabel dataTypeLabel
 o derivColObjs
protected java.util.Vector derivColObjs
 o height
protected int height
 o inputComboBox
protected com.sun.java.swing.JComboBox inputComboBox
 o inputLabel
protected com.sun.java.swing.JLabel inputLabel
 o instrLabel
protected com.sun.java.swing.JLabel instrLabel
 o lhsColDataTypeHash
protected java.util.Hashtable lhsColDataTypeHash
 o objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
 o outerDim
protected java.awt.Dimension outerDim
 o paramDataHash
protected java.util.Hashtable paramDataHash
 o propEditor
protected java.beans.PropertyEditor propEditor
 o queryNavModelsHash
protected java.util.Hashtable queryNavModelsHash
 o queryNavObjs
protected java.util.Vector queryNavObjs
 o sourceColPanel
protected com.sun.java.swing.JPanel sourceColPanel
 o sqlBeanModelsHash
protected java.util.Hashtable sqlBeanModelsHash
 o sqlBeanObjs
protected java.util.Vector sqlBeanObjs
 o validColObjs
protected java.util.Vector validColObjs
 o visualObj
protected com.symantec.itools.vcafe.openapi.VisualObject visualObj
 o width
protected int width

Constructors

 o ValidSourceColumnImplEditorPanel
public ValidSourceColumnImplEditorPanel()
Default constructor

 o ValidSourceColumnImplEditorPanel
public ValidSourceColumnImplEditorPanel(PropertyEditor editor,
                                        int width,
                                        int height)
Constructor with PropertyEditor passed in

Methods

 o getCurrentValue
public symantec.itools.db.beans.brl.CompColInputMember[] getCurrentValue()
Get the current selected row

Returns:
CompColInputMember[]
 o setOuterDim
public void setOuterDim(Dimension dim)
 o setVisualObject
public void setVisualObject(VisualObject obj)
 o showInputColInfo
public void showInputColInfo(CompColInputMember inputCol)
Method to show selected input col name

Parameters:
inputCol - the CompColInputMember to be shown

All Packages  Class Hierarchy  This Package  Previous  Next  Index